Skip to main content

All Questions

1vote
2answers
146views

Array class to replace all iterator needs

Following dreams, I have started learning Java for Game Programing purposes and, during code I figured out that Iterators such as Queue, Lists, Arraylists and what not are very common. I have written ...
homerun's user avatar
3votes
2answers
140views

Game character sprite positioning and movement

The player will have different spells that can be cast on different keyboard key combinations. Right now what I have is one .as file with everything on it. A bunch of ...
RAO's user avatar
  • 173

close